home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / asm / utils / softreset / softreset.s < prev    next >
Encoding:
Text File  |  1980-01-04  |  69 b   |  7 lines

  1.  
  2.  
  3. _LVOColdReboot=$FFFFFD2A
  4.  
  5.         move.l    4.w,a6
  6.         jmp    _LVOColdReboot(a6)
  7.